I compiled from the sources of version 1.63a


------------------------------------
Fixes from 1.63a to 1.63a.003

- fixed a problem introduced by release 1.63a.001 regarding the
	generation of the cases of the events of the menues.
	This problem appears when using events in the menues from
	the second column and on.

Changed version to 1.63a.003

------------------------------------
Fixes from 1.63a to 1.63a.002

- fixed a problem of the TCheckBox.Checked which is saved
	inversed

- added buttons in the toolbar (open project, new project,
	properties, etc..).
	I did this because, even if I cannot port palmphi to
	kylix in a straightforward way, the WINE utility can
	launch palmphi without problem, but some WINE versions
	have a bug that do not allow to use the menues.

Changed version to 1.63a.002
I will try to modify a little bit the button bar and maybe add an
option (checkbox) to the Properties to tell palmphi that it is
being run via WINE, so it can use the linux tools directly instead
of CYGWIN.

------------------------------------
Fixes from 1.63a to 1.63a.001

- fixed the menu generation case
	The constant in the case must be $MENUNAME+'_'+$ITEMNAME
	Also fixed resolution of IdName, which was wrong in case
		of having a menu item with different name and
		event name

- added fldChangedEvent in the TEdit

- fixed creation of the TTable
	If TTable is created but never edited, the fields
		'RowCount', 'ColCount' and 'ColWidths' are
		empty, which generates invalid .rcp code. The
		fix consisted in initializing the values to 1, 1
		and 25 respectively when the TTable is created.

- fixed a problem if the event penUpEvent is present

I changed the version to 1.63a.001 because I didn't want to
disturb you version numbering.

------------------------------------
To Do:

- From the PalmOS web site add all missing events to the
        components.

- Change components that generate conflicts when trying to
	compile palmphi under C++Builder and Kylix. Or for the
	moment modify the code to do it more WINE friendly.




Pablo Martikian
pablomartikian@hotmail.com